Utility.getAllInputValuesForParameterValue Method
Creates an object that represents all the input items and their values from all input
elements under the given element ID. This is designed to work with ParameterValue fields from
PropertyDescriptors.
Parameters
- selector
-
Type: String or jQuery object
The jQuery type selector for the element (i.e. #form), or the actual jQuery object of the element.
Return Value
Type: Object
An object that has field names the same as the input fields, and the values
of each input field, as well as name and value type.